Skip to main content

go in widget

Type

command

Summary

Navigates forward or backward in a widget.

Syntax

go { forward | forth | back[ward] } in <widget>

Description

Use the go in widget command to navigate within a widget. LiveCode sends a "OnGoBack" or "OnGoForward" message to the widget, which can then handle those messages to provide back / forward navigation.

Parameters

NameTypeDescription

widget

A widget reference.

Examples

// Navigate to previous page in browser widget.
go back in widget "myBrowser"
// Return after previous call to "go back"
go forward in widget "myBrowser"

object: widget

Compatibility and Support

Introduced

LiveCode 8.0

OS

mac

windows

linux

ios

android

Platforms

desktop

mobile

Thank you for your feedback!

Was this page helpful?